type net.temporaryError
5 uses
net (current package)
dnsclient_unix.go#L52: errServerTemporarilyMisbehaving = &temporaryError{"server misbehaving"}
net.go#L651: type temporaryError struct{ s string }
net.go#L653: func (e *temporaryError) Error() string { return e.s }
net.go#L654: func (e *temporaryError) Temporary() bool { return true }
net.go#L655: func (e *temporaryError) Timeout() bool { return false }
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |